html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

a {
    text-decoration: none
}

* {
    font-family: '微软雅黑';
    font-size: 14px;
    box-sizing: border-box;
}

input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
    -webkit-appearance: none;
}

.mb20 {
    margin-bottom: 20px;
}

input {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    background: #FAFAFA;
}

img {
    display: block;
}

.w100p {
    width: 100% !important;
}

.flex {
    display: flex;
    align-items: center;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bet {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrap {
    width: 100%;
    max-width: 1200px;
    min-width: 375px;
    margin: 0 auto;
}

.header {
    width: 100%;
    padding: 22px 0;
}

.header h1 {
    width: 200px;
    height: 60px;
}

.header h1 img {
    width: 200px;
    height: 60px;
}

.searchpart {
    width: 440px;
    height: 32px;
    background: #ffffff;
    border: 1px solid #3e81fe;
    overflow: hidden;
    margin-top: 2px;
}

.searchpart input {
    width: 398px;
    height: 32px;
    border: none;
    outline: none;
    text-indent: 10px;
    font-size: 12px;
}

.searchpart button {
    width: 40px;
    height: 32px;
    background: #3e81fe;
    border: 1px solid #3e81fe;
}

.searchpart button img {
    width: 22px;
    height: 23px;
    margin: 0 auto;
}

.searchtag {
    color: #999;
    line-height: 28px;
}

.searchtag span {
    margin-left: 10px;
}

.searchtag a {
    color: #999;
    margin-left: 10px;
}

.sallbtn {
    display: none;
}

.pd016 {
    padding: 0 16px;
}

.zthead {
    background: #f7f7f7;
    height: 30px;
    border-bottom: 1px solid #e7e7e7;
    line-height: 30px;
}

.zthead .navlist {}

.zthead .navlist li {
    display: inline-block;
}

.zthead .navlist li a {
    font-size: 14px;
    color: #333;
}


/*导航*/
.nav {
    width: 100%;
    height: 42px;
    background: #3e81fe;
    box-sizing: border-box;
    justify-content: flex-start;
}

.nav li,
.nav div {
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    z-index: 9;
}

.nav li:hover,
.nav li.active {
    background: #2e6ee7;
}

/*.nav li:hover a,
.nav li.active a {
    color: #fff;
}*/

.nav a,
.nav span {
    padding: 0 12px;
    font-size: 16px;
    color: #fff;
    display: block;
    background: #3e81fe;
    width: 120px;
    text-align: center;
}

.more_nav .others {
    display: none;
    padding-top: 12px;
    position: relative;
}

.more_nav .others:before {
    content: '';
    position: absolute;
    border: 10px solid;
    top: -6px;
    left: calc(50% - 6px);
    border-color: transparent transparent #3181fe;
}

/*首页通知*/
.notice {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}

.area_notice {
    margin-top: 0px;
}

/* flexslider */
.flexslider {
    position: relative;
    width: 62.5%;
    overflow: hidden;
    background: #fff;
}

.slides {
    position: relative;
    z-index: 1;
}

.slides li {
    max-height: 340px;
}

.slides li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

.slides li img {
    height: 340px;
}

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 40px;
    overflow: hidden;
    /* background: url(../images/dot.png) right 0 no-repeat; */
    cursor: pointer;
}

.flex-control-nav .flex-active {
    background-position: 0 0;
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.morebtn {
    width: 100%;
    display: inline-block;
    text-align: center;
    border: 1px solid #c3bdbd;
    color: #666;
    height: 40px;
    line-height: 40px;
    margin-top: 16px;
}

.morebtn:hover {
    color: #3e81fe;
    border-color: #3e81fe;
}

/* .flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url(../images/prev.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
    right: 40px;
    background: url(../images/next.png) center center no-repeat;
} */
.noticelist {
    width: 36.5%;
    height: 340px;
    background: #ffffff;
    border-radius: 2px;
    padding: 0 14px;
}

.noticelist dl {
    margin-top: 12px;
    display: block;
}

.noticelist dt a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #3e81fe;
    line-height: 44px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.noticelist dd {
    display: flex;
    align-items: center;
}

.noticelist dd span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 20px;
    background: #3e81fe;
    color: #fff;
    font-size: 12px;
    margin-right: 6px;
    border-radius: 3px;
}

.noticelist dd span i {
    display: block;
    width: 5em;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    font-style: normal;
}

.noticelist dd a {
    display: block;
    width: 100%;
    flex: 1;
    font-size: 14px;
    color: #777777;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.scholl {
    margin-top: 12px;
}

.schollhead {
    display: flex;
    font-size: 16px;
    box-sizing: border-box;
    line-height: 32px;
    height: 32px;
    border-bottom: 2px solid #ededed;
}

.schollhead h3 {
    display: block;
    height: 32px;
    font-weight: normal;
    font-size: 16px;
    color: #1d59c9;
    border-bottom: 2px solid #3e81fe;
}

.schollhead a {
    margin-left: auto;
    color: #666;
}

.schollhead a:hover {
    color: #3e81fe;
}

.scholllist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.scholllist li {
    width: 49.5%;
    background: #ffffff;
    border: 1px solid #ededed;
    border-radius: 2px;
    margin-top: 12px;
}

.scholllist li a {
    display: block;
    /* padding: 0 16px; */
}

.scholllisthead {
    width: 100%;
}

.scholllistname {
    display: flex;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 480px 101px;
    padding: 0 16px;
    height: 100px;
}

.scholllistname img {
    width: 78px;
    height: 78px;
    margin: 12px 12px 0 0;
}

.scholllistname h3 {
    line-height: 24px;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    margin-top: 18px;
}

.scholllistname span {
    display: block;
    line-height: 24px;
    font-size: 12px;
    color: #666;
    font-weight: normal;
}

.scholllisthead p {
    height: 44px;
    margin: 14px 0;
    padding: 0 16px;
    font-size: 12px;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #666;
}

.scholllisthead p span {
    color: #1d59c9;
}

.scholltag {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 16px;
    border-top: 1px solid #eee;
}

.scholltag div {
    display: flex;
    width: 33%;
    line-height: 24px;
}

.scholltag div span {
    /* display: block;
        width: 64px; */
    color: #666666;
    white-space: nowrap;
}

.scholltag div p {
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.scholltag div em {
    font-style: normal;
    color: #1d59c9;
}

.flink {
    margin-top: 20px;
    background: #fff;
    padding-bottom: 20px;
}

.flink .head {
    display: flex;
    font-size: 16px;
    box-sizing: border-box;
    border-bottom: 2px solid #ededed;
    padding: 10px 0;
}

.flink .head h3 {
    display: block;
    font-weight: normal;
    font-size: 16px;
    color: #1d59c9;
    position: relative;
    padding-left: 12px;

}

.flink .head h3:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    left: 0;
    background: #3e81fe;
}

.flink .list {}

.flink .list li {
    display: inline-block;
    margin-right: 36px;
    margin-top: 12px;
}

.flink .list li a {
    color: #000;
}

.flink .list li a:hover {
    color: #3e81fe;
}

.indexcon {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.indexnews {
    width: 32%;
    background: #ffffff;
    border-radius: 2px;
    padding: 0 16px 18px;
}

.newshead {
    width: 100%;
    height: 32px;
    border-bottom: 1px solid #cacaca;
    overflow: hidden;
    background: #fdfdfc;
    font: 12px/40px hiragino sans gb, microsoft yahei, simsun;
}

.newshead .swiper-slide {
    width: auto;
    padding-right: 18px;
}

.newshead .swiper-slide:last-child {
    padding: 0;
}

.newshead a {
    display: block;
    color: #666;
    /* padding: 0 10px; */
    line-height: 30px;
}

.newshead span {
    display: block;
    line-height: 30px;
    height: 30px;
}

.newshead i {
    display: none;
    width: 100%;
    height: 2px;
    overflow: hidden;
    background: #3e81fe;
}

.checked a {
    color: #3e81fe;
}

.checked i {
    display: block;
}

.newslist li {
    margin-top: 14px;
}

.newslist li a {
    display: flex;
    align-items: center;
}

.newslist span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 24px;
    border: 1px solid #3e81fe;
    border-radius: 2px;
    color: #3e81fe;
}

.newslist span em {
    display: block;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    width: 5em;
    white-space: nowrap;
    overflow: hidden;
}

.newslist div {
    flex: 1;
    /*width: calc();*/
    color: #666;
    margin-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.newslist i {
    font-style: normal;
    color: #999;
}

.newslist li:hover div {
    color: #3e81fe;
}

.indexserve {
    width: 67%;
    background: #fff;
}

.indexserve_t {
    width: 100%;
    overflow: hidden;
}

.indexserve_t img {
    width: 804px;
    height: 116px;
}

.indexserve_c dl {
    display: flex;
    background: #f0f9ff;
    margin-top: 1px;
}

.indexserve_c dt {
    flex: 1;
    height: 76px;
    font-size: 16px;
    color: #3e81fe;
}

.indexserve_c dd {
    flex: 1;
    height: 76px;
}

.indexserve_c span {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin-top: 30px;
}

.indexserve_c i {
    display: block;
    font-style: normal;
    color: #666;
    line-height: 22px;
    text-align: center;
}

.indexserve_c i a {
    color: #666;
    height: 22px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 130px;
}

.indexserve_c dd i:hover a {
    color: #3e81fe;
}

.indexserve_b {
    padding: 0 16px;
}

.indexserve_b_top {
    display: flex;
    align-items: center;
    height: 40px;
    font-size: 16px;
}

.indexserve_b_top span {
    display: block;
    width: 4px;
    height: 16px;
    margin-right: 10px;
    background: #3e81fe;
}

.indexserve_b ul {
    display: flex;
    flex-wrap: wrap;
}

.indexserve_b li {
    margin-right: 10px;
    margin-bottom: 10px;
}

.indexserve_b a {
    display: block;
    padding: 0 6px;
    height: 26px;
    font-size: 12px;
    color: #fff;
    line-height: 26px;
    background: #3e81fe;
    border: 1px solid #3e81fe;
    border-radius: 2px;
}

.tool {
    width: 100%;
    padding: 30px;
}

.tool img {
    width: 80px;
    height: 80px;
}

.tool span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin-bottom: 10px;
}

.recommend {
    width: 100%;
    background: #ffffff;
    border-radius: 2px;
    padding: 0 16px;
    margin-top: 10px;
}

.indexhead {
    height: 45px;
    border-bottom: 2px solid #ededed;
}

.scat_tag_list {
    background: #fff;
    width: 100%;
    padding-bottom: 20px;
}

.scat_tag_list ul {
    margin-top: 4px;
}

.scat_tag_list ul li {
    display: inline-block;
}

.scat_tag_list ul li a {
    display: inline-block;
    padding: 0 26px;
    border: 1px solid #FAFAFA;
    background: #FAFAFA;
    margin: 10px 10px 0px 0;
    color: #333;
    text-align: center;
    height: 32px;
    line-height: 32px;
}

.tag_list ul {
    margin-top: 4px;
}

.tag_list ul li {
    display: inline-block;
}

.tag_list ul li a {
    display: inline-block;
    padding: 0 22px;
    border: 1px solid #D7D7D7;
    background: #fff;
    margin: 10px 10px 0px 0;
    color: #333;
    text-align: center;
    height: 32px;
    line-height: 32px;
}

.tag_list ul li a:hover,
.scat_tag_list ul li a:hover {
    background: #3e81fe;
    color: #fff;
    border-color: #3e81fe;
}

.indexhead_r span {
    display: none;
    width: 100px;
    height: 30px;
    border: 1px solid #eee;
    text-indent: 10px;
    line-height: 30px;
    background: url("../images/select.png") no-repeat 80px center;
    background-size: 10px 10px;
}

.indexhead h3 {
    font-size: 16px;
    font-weight: normal;
    color: #0e66da;
    line-height: 45px;
    height: 45px;
}

.indexhead li {
    display: block;
    padding: 0 12px;
    height: 45px;
    line-height: 45px;
    color: #333;
}

.indexhead .checked {
    color: #3e81fe;
    border-bottom: 2px solid #3e81fe;
}

#banner {
    width: 360px;
    height: 240px;
    overflow: hidden;
    position: relative;
}

#banner .swiper-slide {
    position: relative;
    text-align: center;
}

#banner img {
    max-width: 100%;
    height: 100%;
}

.gallerytitle {
    text-align: center;
    font-size: 1em;
    height: 42px;
    line-height: 42px;
    color: #fafafa;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    font-weight: normal;
    text-shadow: 1px 1px 1px #000;
    /* background-color: rgba(21,20,20,0.5); */
    background-color: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    /*background: -webkit-gradient(linear, top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));*/
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

/*.pagination {
    position: absolute;
    z-index: 20;
    bottom: 15px;
    width: 66px;
    text-align: center;
    right: 0;
}*/

.swiper-pagination-bullet {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #fff;
    margin: 0 2px;
    opacity: 0.8;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    background: #3e81fe !important;
}

.recommendcon {
    display: flex;
    justify-content: center;
    padding: 0 0 20px;
    overflow: hidden;
}

.recommendlist {
    flex: 1;
    /*margin-left: 30px;*/
}

.recommendlist ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px
}

.recommendlist li {
    width: 48%;
    line-height: 32px;
}

.areaIndex .recommendlist li {
    width: 26%;
}

.recommendlist li a {
    display: block;
    width: 95%;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recommendlist li:hover a {
    color: #3e81fe;
}

.course {
    width: 100%;
    background: #ffffff;
    border-radius: 2px;
    margin-top: 20px;
    padding: 0 16px;
}

.courselist {
    width: 100%;
    padding: 10px 0;
}

.courselist ul {
    display: flex;
    flex-wrap: wrap;
}

.courselist li {
    width: 50%;
    overflow: hidden;
}

.courselist a {
    display: flex;
    padding: 10px 10px;
}

.courselist img {
    width: 150px;
    height: 100px;
    margin-right: 20px;
}

.coursecon {
    display: block;
    width: 100%;
    flex: 1;
}

.coursecon h3 {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    margin-top: -4px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.price {
    color: #666;
}

.price i {
    color: #3e81fe;
    font-size: 16px;
    font-style: normal;
}

.coursecon p {
    color: #666;
    margin-top: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.coursecon p span {
    color: #1E995E;
    line-height: 22px;
}

.coursetext {
    display: flex;
    color: #666;
    margin-top: 4px;
}

.coursetext span {
    display: block;
    width: 100px;
    white-space: nowrap;
}

.coursetext i {
    color: #3e81fe;
    font-style: normal;
}

.coursetext em {
    color: #0E66DA;
    font-style: normal;
}

.courselist li:hover {
    background: #f0f9ff;
}

.link {
    margin-top: 20px;
    border: 1px solid #ededed;
    padding: 0 16px;
}

.company {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px dashed #ededed;
}

.company span {
    line-height: 22px;
    white-space: nowrap;
}

.company p {
    flex: 1;
    font-size: 12px;
    line-height: 22px;
    color: #999;
}

.friend {
    display: flex;
    padding: 10px 0;
}

.friend span {
    line-height: 22px;
    white-space: nowrap;
}

.friend div {
    flex: 1;
    font-size: 12px;
    line-height: 22px;
}

.friend div a {
    color: #999;
    margin-right: 10px;
}

.footer {
    width: 100%;
    background: #333333;
    margin-top: 20px;
    padding: 16px 0;
}

.footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    margin-top: 20px;
}

.footer li a {
    color: #fff;
    font-size: 14px;
}

.footer li i {
    font-style: normal;
    margin: 0 14px;
    color: #fff;
}

.footer p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    padding: 10px 0;
    text-align: center;
}

.footer .br1 {
    width: 20px;
    display: inline-block;
}

.footer .br2 {
    width: 20px;
    display: inline-block;
}

.footer .br3 {
    display: inline-block;
}

.footer p a {
    color: #fff;
    text-decoration: underline;
}

/*详情框架*/
.content {
    display: flex;
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
}

.content img {
    max-width: 100%;
    margin: 16px auto;
}

.content_r {
    width: 250px;
    margin-left: 10px;
}

.content_l {
    flex: 1;
}

/* 留学费用列表 */
.costhead {
    display: flex;
    width: 100%;
    padding: 16px;
    background: #ffffff;
    border-radius: 2px;
}

.costhead_l {
    width: 150px;
    height: 100px;
    margin-right: 16px;
}

.costhead_l img {
    width: 150px;
    height: 100px;
}

.costhead_r {
    flex: 1;
}

.costhead_r h3 {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #333;
    height: 30px;
}

.costhead_r h3 img {
    width: 18px;
    height: 18px;
    margin-right: 4px;
}

.costhead_r p {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin-top: 10px;
}

.costlist {
    background: #ffffff;
    border-radius: 2px;
    margin-top: 10px;
    padding: 0 16px;
    overflow: hidden;
}

.costlisthead {
    width: 100%;
    height: 32px;
    margin-top: 12px;
    border-bottom: 2px solid #eee;
}

.costlisthead span {
    display: block;
    width: 72px;
    height: 32px;
    font-size: 16px;
    color: #3e81fe;
    line-height: 32px;
    border-bottom: 2px solid #3e81fe;
}

.costlists {
    width: 100%;
}

.costlists li {
    padding: 0 16px;
    margin-left: -16px;
    margin-right: -16px;
}

.costlists li a {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px dashed #EDEDED;
}

.costlistsimg {
    width: 150px;
    height: 100px;
    margin-right: 16px;
    flex-shrink: 0;
}

.costlistsimg img {
    width: 150px;
    height: 100px;
}

.costlistscon {}

.costlistscon h3 {
    width: 100%;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.costlistscon p {
    font-size: 12px;
    color: #666;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-top: 6px;
}

.costlistscon span {
    display: block;
    color: #999;
    font-size: 12px;
    line-height: 22px;
    margin-top: 7px;
}

.costlistscon span i {
    margin-left: 16px;
    font-style: normal;
}

.costlists li:hover {
    background: #f0f9ff;
}

.cost_r_REC {
    width: 250px;
    padding-bottom: 10px;
    background: #ffffff;
    border-radius: 4px;
}

.righthead {
    display: flex;
    align-items: center;
    height: 46px;
    border-bottom: 1px solid #ededed;
}

.righthead span {
    width: 4px;
    height: 12px;
    background: #3e81fe;
    margin-left: 20px;
}

.righthead h3 {
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
}

.cost_r:nth-child(1) .righthead span {
    background: #FF6B3B;
}

.cost_r:nth-child(1) .righthead h3 {
    color: #FF6B3B;
}

.cost_r:nth-child(2) .righthead span {
    background: #00914F;
}

.cost_r:nth-child(2) .righthead h3 {
    color: #00914F;
}

.cost_r:nth-child(3) .righthead span {
    background: #FF6B3B;
}

.cost_r:nth-child(3) .righthead h3 {
    color: #FF6B3B;
}

.cost_r:nth-child(4) .righthead span {
    background: #0E66DA;
}

.cost_r:nth-child(4) .righthead h3 {
    color: #0E66DA;
}

.cost_r:nth-child(5) .righthead span {
    background: #00914F;
}

.cost_r:nth-child(5) .righthead h3 {
    color: #00914F;
}

.cost_r_REC ul {
    padding: 0 20px;
}

.cost_r_REC li a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
    height: 34px;
}

.cost_r_REC li span {
    display: block;
    width: 16px;
    height: 16px;
    background: #dedede;
    border-radius: 4px;
    margin-right: 10px;
    text-align: center;
    line-height: 16px;
    color: #fff;
    font-size: 12px;
}

.cost_r_REC li:nth-child(1) a span {
    background: #FF8861;
}

.cost_r_REC li:nth-child(2) a span {
    background: #FFB24F;
}

.cost_r_REC li:nth-child(3) a span {
    background: #FFD237;
}

.cost_r_REC li div {
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
}

.cost_r_CRS {
    width: 250px;
    background: #ffffff;
    border-radius: 4px;
    margin-top: 10px;
}

.cost_r_CRS ul {
    width: 100%;
}

.cost_r_CRS a {
    display: flex;
    padding: 6px 20px;
}

.cost_r_CRS a img {
    width: 60px;
    height: 40px;
    margin-right: 10px;
}

.cost_r_CRS a div {
    display: flex;
    align-items: center;
    color: #333;
}

.cost_r_CRS a div span {
    display: block;
    width: 16px;
    height: 16px;
    background: #dedede;
    border-radius: 4px;
    margin-right: 10px;
    text-align: center;
    line-height: 16px;
    color: #fff;
    font-size: 12px;
}

.cost_r_CRS li:nth-child(1) a div span {
    background: #FF8861;
}

.cost_r_CRS li:nth-child(2) a div span {
    background: #FFB24F;
}

.cost_r_CRS li:nth-child(3) a div span {
    background: #FFD237;
}

.cost_r_CRS a p {
    width: 200px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*.cost_r_CRS a p {
    color: #999;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}*/

.cost_r_CRS a p span {
    margin-right: 14px;
}

.cost_r_CRS a p i {
    color: #0E66DA;
    font-style: normal;
}

.cost_r_CRS a p em {
    color: #FF841D;
    font-style: normal;
}

.cost_r_CRS li:hover {
    background: #f0f9ff;
}

/*面包屑导航*/
.crumbs {
    width: 100%;
    height: 32px;
}

.crumbs a {
    font-size: 12px;
    color: #666;
}

.crumbs span {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #666;
    margin: 0 3px;
}

.crumbs span:first-child {
    margin-left: 0;
}

.crumbs a:last-child {
    color: #3e81fe;
}

.nomargin {
    margin-top: 0;
}

/*留学费用详情*/
.contenthead {
    width: 100%;
    background: #fff;
    padding: 0 16px;
    overflow: hidden;
}

.contenthead h1 {
    font-size: 22px;
    font-weight: normal;
    color: #333;
    text-align: center;
    line-height: 40px;
    margin-top: 14px;
}

.contenthead p {
    font-size: 12px;
    color: #666;
    text-align: center;
    line-height: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #ededed;
}

.contenthead p span {
    margin-right: 10px;
}

.contenttext {
    padding: 16px;
    background: #fff;
    box-sizing: border-box;
}

.contenttext img {
    display: inline-block;
}

.contenttext * {
    font-size: 16px;
}

.aboutrec {
    width: 100%;
    background: #fff;
    margin-top: 10px;
    padding: 0 16px;
    box-sizing: border-box;
}

.aboutrechead {
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin-top: 9px;
    border-bottom: 2px solid #eeeeee;
}

.aboutrechead span {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #333;
    border-bottom: 2px solid #3e81fe;
}

.aboutreclist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.aboutreclist li {
    display: flex;
    align-items: center;
    width: 49%;
    height: 50px;
    border-bottom: 1px solid #eee;
}

.aboutreclist li a {
    display: block;
    max-width: calc(100% - 80px);
}

.aboutreclist li a p {
    color: #333;
}

.aboutreclist li a:hover p {
    color: #3e81fe;
}

.aboutreclist li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 24px;
    font-size: 14px;
    color: #3e81fe;
    border: 1px solid #3e81fe;
    margin-right: 10px;
    border-radius: 3px;
}

.aboutreclist li h3 {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

/*.aboutreclist li p {*/

/*    font-size: 12px;*/

/*    color: #666;*/

/*    line-height: 22px;*/

/*    text-overflow: ellipsis;*/

/*    overflow: hidden;*/

/*    display: -webkit-box;*/

/*    -webkit-box-orient: vertical;*/

/*    -webkit-line-clamp: 2;*/

/*}*/

.aboutreclist li:hover h3 {
    color: #FF6B3B;
    text-decoration: underline;
}

.from {
    color: #0E66DA;
    margin: 28px 0;
}

.cost_r {
    background: #fff;
    margin-top: 10px;
}

.cost_r:first-child {
    margin-top: 0;
}

.cost_r ul {
    padding: 6px 20px;
}

.cost_r li {
    line-height: 34px;
}

.cost_r ul a {
    font-size: 14px;
    color: #666;
}

.filter {
    background: #ffffff;
    border-radius: 2px;
    margin-top: 10px;
    padding: 0 16px;
}

.filterhead {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 62px;
    font-size: 22px;
    font-weight: normal;
    color: #333;
}

.filterlist {
    width: 100%;
    overflow: hidden;
}

.filteritem {
    display: flex;
    padding: 10px 0;
    border-top: 1px dashed #eee;
}

.filtername {
    display: block;
    width: 100px;
    font-size: 16px;
    color: #333;
    line-height: 26px;
}

.filteritem ul {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

.filteritem li {
    margin-bottom: 10px;
}

.filteritem li a {
    display: block;
    line-height: 26px;
    white-space: nowrap;
    padding: 0 16px;
    font-size: 16px;
    color: #666;
}

.filteritem li a:hover {
    color: #3e81fe;
}

.filteritem .checked a {
    color: #fff;
    border-radius: 26px;
    background: #3e81fe;
}

.filteritem .checked a:hover {
    color: #fff;
}

.expense {}

.expenselist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.expenseitem {
    width: 31.5%;
    height: 730px;
    background: #ffffff;
    border-radius: 0px 0px 4px 4px;
    margin-bottom: 14px;
    position: relative;
}

.expenseshowimg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.expenseshowimg img {
    height: 250px;
}

.expenseshowimglink {
    width: 90px;
    height: 34px;
    background: #ffffff;
    border: 1px solid #ff8158;
    border-radius: 4px;
    position: absolute;
    right: 18px;
    top: 195px;
    z-index: 999;
}

.expenseshowimglink em {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 34px;
    font-size: 16px;
    font-style: normal;
    color: #1d59c9;
    background: #ffffff;
    border: 1px solid #ff8158;
    border-radius: 4px;
    margin-left: -4px;
    margin-top: -4px;
}

.expenseshow h3 {
    padding: 0 16px;
    font-size: 18px;
    color: #333;
    line-height: 28px;
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.expenseshow h3 a {
    font-size: 18px;
    color: #333;
}

.expenseshow p {
    line-height: 20px;
    padding: 0 16px;
}

.expenseshow p span {
    font-size: 12px;
    color: #999;
    margin-right: 10px;
    white-space: nowrap;
}

.expenseshow:hover h3 {
    color: #FF6913;
}

.expenseline {
    padding: 20px 16px;
}

.expenseline span {
    display: block;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #eee;
}

.expenseitem ul {
    padding: 0 16px;
}

.expenseitem li {
    display: flex;
    align-items: center;
    height: 34px;
}

.expenseitem li a {
    flex: 1;
    font-weight: normal;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.expenseitem li span {
    display: inline-block;
    width: 26px;
    font-size: 16px;
    color: #666;
}

.expenseitem li a:hover span {
    color: #FF6913;
}

.expenseitem li a:hover {
    color: #FF6913;
    text-decoration: underline;
}

/* .expenseitem li:nth-child(1) a {
    color: #FE5473;
}

.expenseitem li:nth-child(1) span {
    color: #FE5473;
} */

/*课程列表*/
.curriculum {
    background: #fff;
}

.curriculum li {
    position: relative;
    border-bottom: 1px dashed #eee;
}

.curriculum li a {
    display: flex;
    width: 100%;
    padding: 16px;
}

.curriculumimg {
    width: 204px;
    height: 136px;
    margin-right: 16px;
}

.curriculumimg img {
    display: block;
    width: 100%;
    height: 100%;
}

.curriculumtext {
    flex: 1;
    max-width: 480px;
}

.curriculumtext h3 {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.curriculumtext p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding: 2px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.curriculumtext p i {
    font-style: normal;
}

.curriculumtext p span {
    white-space: nowrap;
    margin-right: 24px;
}

.curriculumtext p span:last-child {
    margin-right: 0;
}

.curriculum li:hover {
    background: #FFF8F6;
}

.curriculumbtn {
    position: absolute;
    right: 5%;
    top: 44px;
}

.curriculum .curriculumbtn a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    border: 1px solid #FF6B3B;
    width: 90px;
    height: 32px;
    background: #ff6b3b;
    border-radius: 2px;
    padding: 0;
}

.curriculum .curriculumbtn a:last-child {
    color: #FF6B3B;
    background: #fff;
    margin-top: 20px;
}

/*课程详情*/
.coursemsg {
    display: flex;
    width: 100%;
    padding: 16px;
    background: #ffffff;
    border-radius: 4px;
}

.coursemsgimg {
    width: 300px;
    height: 200px;
    margin-right: 40px;
}

.coursemsgtext {
    flex: 1;
    width: 100%;
}

.coursemsgtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.coursemsgtitle h1 {
    font-size: 20px;
    color: #333;
    line-height: 36px;
}

.coursemsgtitle u {
    font-size: 12px;
    color: #999;
    text-decoration: none;
}

.coursemsgtext p {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    margin-top: 15px;
}

.coursemsgtext p span {
    width: 110px;
    display: inline-block;
    margin-right: 30px;
}

.coursemsgtext p i {
    font-style: normal;
    color: #333;
}

.coursemsgtext p em {
    font-style: normal;
    color: #FF673D;
    font-size: 18px;
}

.coursemsgbtn {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.none-tip {
    text-align: center;
    padding: 16px 0;
    color: #666;
}

.btn1 {
    display: block;
    width: 140px;
    height: 44px;
    background: #ff8861;
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
    line-height: 44px;
    text-align: center;
}

.btn2 {
    width: 140px;
    height: 44px;
    background: #ffffff;
    border: 1px solid #ff8861;
    border-radius: 2px;
    font-size: 16px;
    color: #ff8861;
    line-height: 44px;
    text-align: center;
    margin-left: 20px;
}

.share {
    margin-left: auto;
}

.share img {
    display: block;
    margin: 0 auto;
}

.share span {
    color: #999999;
}

.coursedetail {
    padding: 16px;
    background: #fff;
    margin-top: 10px;
}

.coursedetailhead {
    display: flex;
    padding: 10px 0;
    border-bottom: 2px solid #ededed;
}

.coursedetailhead span {
    display: block;
    width: 120px;
    height: 40px;
    border-radius: 4px;
    font-size: 16px;
    color: #666;
    line-height: 40px;
    text-align: center;
}

.coursedetailhead .checked {
    width: 120px;
    height: 40px;
    color: #fff;
    background: #ff8861;
    border-radius: 4px;
}

.coursedetailtext {
    width: 100%;
}

.article_thumb {
    text-align: center;
}

.contenttitle {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    line-height: 50px;
}

.courseassess {
    background: #fff;
    padding: 0 16px;
    margin-top: 10px;
}

.courseassesshead {
    font-size: 16px;
    color: #333;
    line-height: 50px;
}

.courseassesslist li {
    display: flex;
    padding: 16px 0;
    border-top: 1px dashed #eee;
}

.courseassesslist img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 14px;
}

.courseassesslist div {
    width: 100%;
}

.courseassesslist h3 {
    display: flex;
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    margin-top: -6px;
}

.courseassesslist h3 span {
    font-size: 12px;
    color: #666;
    margin-left: auto;
}

.courseassesslist p {
    font-size: 12px;
    line-height: 20px;
}

.similar {
    padding: 0 16px;
    background: #fff;
    margin-top: 10px;
}

.similar ul {
    display: flex;
    justify-content: space-between;
}

.similar li {
    width: 24.5%;
}

.similar li a {
    display: block;
    padding: 10px 0;
}

.similar li img {
    width: 100%;
}

.similar li h3 {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    line-height: 32px;
}

.similar li p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 12px;
    color: #666;
}

.similar li div {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}

.similar li div span {
    margin-right: 10px;
    white-space: nowrap;
}

.similar li i {
    font-style: normal;
}

/*文章详情*/
.schoolrank {
    background: #fff;
}

.schoolrank ul {
    padding: 0 20px;
}

.schoolrank li {
    padding: 10px 0;
}

.schoolrank a {
    display: flex;
    color: #333;
}

.schoolrank a:hover div {
    display: flex;
    color: #FF6B3B;
    text-decoration: underline;
}

.schoolrank a span {
    display: block;
    width: 16px;
    height: 16px;
    background: #dedede;
    border-radius: 4px;
    margin-right: 10px;
    text-align: center;
    line-height: 16px;
    color: #fff;
    font-size: 12px;
}

.schoolrank a div {
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.schoolrank li:nth-child(1) span {
    background: #FF8861;
}

.schoolrank li:nth-child(2) span {
    background: #FFB24F;
}

.schoolrank li:nth-child(3) span {
    background: #FFD237;
}

.detailtop {
    padding: 15px 16px 7px;
    background: #fff;
}

.detailtop h1 {
    font-size: 22px;
    color: #333;
    font-weight: normal;
    text-align: center;
    line-height: 32px;
    padding: 10px 0;
}

.detailtop p {
    display: block;
    text-align: center;
    color: #666;
    line-height: 26px;
}

.detailtop p span {
    white-space: nowrap;
    padding: 0 10px;
}

.detailline {
    padding: 0 16px;
    background: #fff;
}

.detailline span {
    display: block;
    width: 100%;
    border-bottom: 1px dashed #eee;
}

.detailtext {
    background: #fff;
    padding: 20px 16px;
    font-size: 16px;
    line-height: 36px;
}

.detailtext img {
    display: inline;
}

.detailtext * {
    font-size: unset;
}

.wid1 {
    width: 630px;
}

.wid2 {
    width: 110px;
}

.wid3 {
    width: 110px;
}

.wid4 {
    width: 110px;
}

.topichead h3 {
    white-space: nowrap;
    width: 72px;
    color: #333;
    line-height: 43px;
    box-sizing: border-box;
    border-bottom: 2px solid #3e81fe;
}

/*院校库*/
.schoollist {
    width: 100%;
    margin-top: 10px;
}

.schoollisthead {
    display: flex;
    align-items: center;
    font-weight: normal;
    height: 52px;
    padding: 0 16px;
    background: #ffffff;
}

.schoollisthead span {
    flex: 1;
    border-radius: 4px;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.schoollisthead span:nth-child(1) {
    text-align: left;
}

.schoolitem_t div:nth-child(1) h3 {
    text-align: left;
}

.schoolitem li {
    width: 100%;
    background: #fff;
    margin-top: 10px;
    border: 1px solid #ededed;
    border-radius: 4px;
}

.schoolitem a {
    display: block;
    width: 100%;
    color: #333;
    padding: 0 16px;
    overflow: hidden;
}

.schoolitem_t {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 6px 0;
}

.schoolitem_t div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 76px;
    font-size: 14px;
}

.schoolitem_t div img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.schoolitem_t div h3 {
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

.schoolitem_t div p {
    width: 100%;
    font-size: 12px;
    text-align: center;
}

.schoolitem_t div i {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #1d59c9;
    font-style: normal;
    margin-top: 14px;
}

.schoolitem_t div i:first-child {
    margin-top: 0;
}

.schoolitem_t div span {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #0E66DA;
    text-align: center;
    margin-top: 16px;
}

.schoolitem_t div span:first-child {
    margin-top: 0;
}

.schoolitem_b {
    width: 100%;
    height: 48px;
    border-top: 1px solid #eee;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    padding: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.schooldetail {
    width: 100%;
    padding: 0 16px;
    background: #fff;
    overflow: hidden;
}

.schooldetailmsg {
    display: flex;
}

.schooldetailimg {
    width: 120px;
    height: 120px;
    margin-right: 30px;
    border: 1px solid #ddd;
    margin-top: 24px;
}

.schooldetailtext {
    position: relative;
    flex: 1;
    width: 70%;
    margin-top: 24px;
}

.schooldetailtext .looked {
    color: #999;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.schooldetailtext h1 {
    font-size: 22px;
    color: #333;
    line-height: 28px;
}

.schooldetailtext p {
    font-size: 16px;
    color: #666;
    line-height: 20px;
}

.schooldetailtext ul {
    display: flex;
    flex-wrap: wrap;
    margin: 12px 0 16px;
}

.schooldetailtext li {
    width: 40%;
    font-size: 14px;
    line-height: 33px;
    color: #333;
}

.schooldetailtext li:nth-child(2n) {
    width: 60%;
}

.schooldetailtext li span {
    color: #666;
}

.schooldetailtext dl {
    display: flex;
    flex-wrap: wrap;
}

.schooldetailtext dd {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 50%;
    border-right: 1px solid #fff;
    min-height: 40px;
    background: #f6f6f6;
    box-sizing: border-box;
    margin-top: 1px;
    padding-left: 20px;
    color: #666;
}

.schooldetailtext dd em {
    display: flex;
    font-style: normal;
}

.schooldetailtext dd u {
    white-space: nowrap;
    text-decoration: none;
}

.schooldetailtext dd i {
    font-style: normal;
    color: #1d59c9;
    margin-right: 20px;
}

.schooldetailtext dd span {
    margin-right: 40px;
}

.schooldetailtext dd:last-child {
    width: 100%;
}

.schooldetail1 {
    margin-top: 26px;
}

.schoolcontent {
    margin-top: 26px;
}

.schoolcontent strong {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #1d59c9;
    height: 32px;
    line-height: 32px;
    border-bottom: 2px solid #eee;
    position: relative;
    margin-bottom: 10px;
    margin-top: 6px;
}



.schoolcontent strong:before {
    content: '';
    width: 72px;
    height: 2px;
    left: 0;
    bottom: -2px;
    background: #1d59c9;
    position: absolute;
}

.schoolcontent p {
    margin: 2px 0 8px;
    line-height: 28px;
}

.schoolcontent table {
    border-collapse: collapse;
}

.schoolcontent td {
    width: 158px;
    height: 48px;
    color: #666;
    text-indent: 36px;
    line-height: 48px;
    border: 1px solid #e5e5e5;
}

.schoolcontent td:nth-child(2n-1) {
    background: #f9f9f9;
}

.schooldetailcon {
    padding: 14px 0;
}

.schooldetailcon * {
    font-size: 16px;
}

.schooldetail1 span {
    font-size: 16px;
}

.schooltable {
    overflow: hidden;
}

.schooltable table {
    width: 100%;
    margin-top: 10px;
    border-collapse: collapse
}

.schooltable th {
    height: 40px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    background: #f6f6f6;
    border: 1px solid #ededed;
}

.schooltable th:nth-child(1) {
    width: 160px !important;
}

.schooltable th:nth-child(2) {
    width: 140px !important;
}

.schooltable th:nth-child(3) {
    width: 80px !important;
}

.schooltable td {
    height: 40px;
    font-size: 14px;
    color: #666;
    text-align: center;
    border: 1px solid #ededed;
}

.schooltable td:nth-child(1) {
    width: 160px !important;
}

.schooltable td:nth-child(2) {
    width: 140px !important;
}

.schooltable td:nth-child(3) {
    width: 80px !important;
}

.schoolrec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.schoolrec li {
    width: 49%;
    margin-top: 10px;
}

.schoolrec a {
    display: flex;
    align-items: center;
    height: 100px;
    background: #ffffff;
    border: 1px solid #ededed;
    padding: 0 16px;
}

.schoolrec img {
    width: 80px;
    height: 80px;
}

.schoolrecimg {
    padding-right: 10px;
    margin-right: 14px;
    border-right: 1px solid #eee;
}

.schooltext h3 {
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.schooltext p {
    font-size: 12px;
    color: #666;
    line-height: 16px;
    height: 32px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.schooltext span {
    font-size: 12px;
    color: #666;
}

.schoolimg {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.schoolimg li {
    width: 32%;
    margin-top: 10px;
    margin-right: 2%;
}

.schoolimg li:nth-child(3n) {
    margin-right: 0;
}

.schoolimg img {
    width: 100%;
}

/*文章列表*/
.newslists {
    background: #fff;
    padding: 0 16px;
}

.newslists li {}

.newslists a {
    display: flex;
    padding: 10px 0;
    width: 100%;
    /*height: 174px;*/
    border-bottom: 1px solid #eee;
}

.newslists img {
    width: 230px;
    height: 128px;
    margin-right: 20px;
}

.newslists div {
    width: 100px;
    flex: 1;
}

.newslists h3 {
    width: 100%;
    font-size: 18px;
    font-weight: normal;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 14px;
}

.newslists p {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 20px;
}

.newslists em {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-style: normal;
    color: #666;
    margin-top: 20px;
}

.hothead {
    display: flex;
    align-items: center;
    width: 100%;
    height: 44px;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #333;
}

.hothead span {
    width: 100px;
    height: 1px;
    background: #cacaca;
    margin: 0 24px;
}

.searchlist {
    width: 100%;
    background: #fff;
    overflow: hidden;
    margin-top: 20px;
}

.searchlist h2 {
    padding: 20px 16px 10px;
    font-weight: normal;
    font-size: 18px;
}

.searchlist a {
    display: flex;
    padding: 10px 0;
    width: 100%;
    /*height: 174px;*/
    border-bottom: 1px solid #eee;
}

.searchlist img {
    width: 230px;
    height: 128px;
    margin-right: 20px;
}

.searchlist h3 {
    width: 100%;
    font-size: 18px;
    font-weight: normal;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.searchlist font {
    font-size: 18px;
}

.searchlist li {
    display: block;
    padding: 0 16px;
}

.searchlist h3 {
    font-weight: normal;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.searchlist h3 a {
    font-size: 16px;
    color: #333;
}

.searchlist h3 span {
    font-size: 16px;
    color: #3e81fe;
}

.searchlist p {
    height: 48px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 6px;
}

.searchlist p span {
    font-size: 14px;
}

.searchlist em {
    display: flex;
    font-size: 14px;
    font-style: normal;
    color: #999;
    margin-top: 20px;
}

.searchlist em i {
    font-style: normal;
    margin-left: 20px;
}

.schoolimglist {
    overflow: hidden;
}

.schoolimglist li {
    width: 32%;
    background: #fff;
    margin-bottom: 10px;
    margin-right: 2%;
    float: left;
}

.schoolimglist li:nth-child(3n) {
    margin-right: 0;
}

.schoolimglist li a {
    display: block;
    width: 100%;
    position: relative;
}

.schoolimglist li img {
    display: block;
    width: 100%;
    border-radius: 5px;
}

.schoolimglist li h3 {
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    line-height: 40px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
}

.formpart {
    width: 100%;
    padding-bottom: 20px;
    background: #fff;
    overflow: hidden;
}

.formpart div {
    display: flex;
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
}

.formpart span {
    display: block;
    font-size: 14px;
    color: #333;
    width: 80px;
    height: 32px;
    white-space: nowrap;
    line-height: 32px;
    margin-right: 20px;
    letter-spacing: 3px;
}

.formpart input {
    width: 700px;
    height: 32px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #eee;
}

.formpart textarea {
    width: 700px;
    height: 132px;
    font-size: 14px;
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid #eee;
    resize: none;
}

.formpart button {
    width: 100px;
    height: 32px;
    border: none;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    background: #3e81fe;
}

.subbanner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

.subbanner img {
    width: 100%;
}

.evaluate {
    width: 100%;
    background: #fff;
    overflow: hidden;
    padding-bottom: 30px;
}

.evaluatehead {
    line-height: 22px;
    padding: 20px 0 10px 0;
    border-bottom: 1px solid #eee;
}

.evaluatehead h3 {
    display: inline;
    font-size: 24px;
    color: #3e81fe;
    font-weight: normal;
    padding: 0 16px;
}

.evaluatehead p {
    font-size: 14px;
    color: #666;
    padding: 0 16px;
}

.evaluateform {
    font-size: 14px;
    background: #fff;
    margin: 20px auto;
    overflow: hidden;
}

.evaluateform li {
    display: flex;
    padding: 10px 0;
}

.evaluateform span {
    width: 140px;
    line-height: 32px;
    font-size: 14px;
    text-align: right;
    margin-right: 20px;
}

.evaluateform div {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

.evaluateform div label {
    display: flex;
    align-items: center;
    height: 32px;
    font-size: 14px;
    margin-right: 20px;
    margin-bottom: 4px;
}

.evaluateform div input {
    margin: 0 6px 0 0;
}

.inp input {
    width: 270px;
    height: 32px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.inp select {
    width: 270px;
    height: 32px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.evaluateform .inputtype {
    width: 80px;
    height: 32px;
    margin-left: 4px;
    border: 1px solid #ddd;
}

.evaluate button {
    display: block;
    width: 130px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    border: none;
    background: #3e81fe;
    margin-left: 160px;
}

.reserve {
    width: 70%;
    max-width: 700px;
    background: #fff;
}

.reservehead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    color: #333;
    height: 60px;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
}

.reservehead img {
    width: 12px;
    height: 12px;
}

.reservetext {
    width: 100%;
    padding: 20px;
    display: flex;
    border-bottom: 1px solid #ddd;
}

.reservetext img {
    width: 200px;
    height: 120px;
    margin-right: 20px;
}

.reservetext h3 {
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
}

.reservetext p {
    font-size: 12px;
    color: #333;
    line-height: 20px;
    margin-top: 2px;
}

.reservetext p em {
    font-style: normal;
    font-size: 16px;
    color: #3e81fe;
}

.reserveinp {
    width: 100%;
    display: block;
}

.reserveinp div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.reserveinp span {
    display: block;
    width: 70px;
    white-space: nowrap;
    font-size: 14px;
    text-align: right;
    margin-right: 10px;
}

.reserveinp input {
    width: 100%;
    height: 32px;
    max-width: 240px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.reserveinp button {
    width: 160px;
    height: 32px;
    margin: 10px auto 20px;
    border: none;
    outline: none;
    color: #fff;
    background: #3e81fe;
}

.reservewrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}

.connectwrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    overflow: hidden;
}

.connect {
    width: 300px;
    background: #fff;
}

.connect ul {
    padding: 10px 0;
}

.connect li {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 20px;
}

.connect li img {
    margin-right: 10px;
}

.connect li a {
    font-size: 14px;
    color: #333;
}

.kong img {
    width: 150px;
    height: 150px;
    margin: 150px auto 20px;
}

.kong {
    font-size: 16px;
    text-align: center;
    margin-bottom: 300px;
}

.videopart {
    width: 100%;
    padding: 0 20px;
    background: #fff;
    overflow: hidden;
}

.videopart video {
    display: block;
    width: 100%;
    height: auto;
    background: #eee;
    margin: 20px auto 0;
}

.videopart p {
    line-height: 42px;
    font-size: 12px;
    color: #999;
    border-bottom: 1px solid #3e81fe;
}

.cost_r_tag {
    width: 100%;
    background: #fff;
    margin-top: 10px;
}

.cost_r_tag ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px 20px;
}

.cost_r_tag li {
    margin: 0 5px 5px 0;
}

.cost_r_tag a {
    display: block;
    padding: 2px 10px;
    font-size: 14px;
    color: #333;
    background: #f5f5f5;
}

.cost_r_tag a:hover {
    background-color: #fff3ea;
    color: #ff6900;
}

.red {
    color: #3e81fe;
}

.green {
    color: #1E995E;
}

.blue {
    color: #0E66DA;
}

.org {
    color: #FF841D;
}

@media (max-width:1124px) {
    .scholltag div {
        width: 50%;
    }

    .curriculumbtn {
        display: none;
    }

    .curriculumtext {
        width: 100%;
        max-width: 999px;
    }

    .nav a,
    .nav span {
        height: 42px;
        overflow: hidden;
        width: auto;
    }
}

@media (max-width:820px) {
    .notice {
        display: block;
    }

    .flexslider {
        width: 100%;
    }

    .noticelist {
        display: flex;
        margin-left: 0;
        width: 100%;
        height: 165px;
    }

    .noticelist dl {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }

    .noticelist dd {
        width: 49%;
    }

    .scholltag div {
        width: 100%;
    }

    .indexcon {
        display: block;
    }

    .indexnews {
        display: block;
        width: 100%;
    }

    .newslist ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-bottom: 10px;
        overflow: hidden;
    }

    .newslist li {
        width: 49%;
    }

    .newslist li:nth-child(2n) {
        width: 49%;
        float: right;
    }

    .newslist li:nth-child(2n-1) {
        width: 49%;
        float: left;
    }

    #banner {
        display: none;
    }

    .courselist li {
        width: 100%;
    }

    .indexserve {
        width: 100%;
    }

    .tool {
        flex-wrap: wrap;
    }

    .tool li {
        width: 25%;
    }

    .tool li img {
        margin: 0 auto;
    }

    .footer li a {
        font-size: 12px;
    }

    .recommendlist {
        margin-left: 0;
    }

    /*留学费用列表*/
    .content_r {
        display: none;
    }

    .expenseitem {
        width: 49%;
    }

    .topicth {
        display: none;
    }

    .topictr {
        margin-top: 20px;
        border-top: 1px solid #ff8861;
    }

    .topictr li {
        /* display: block; */
        flex-wrap: wrap;
    }

    .topictr h3 {
        display: block;
        width: 100%;
        font-size: 14px;
        line-height: 30px;
        margin-top: 5px;
    }

    .topictd {
        padding: 5px 0;
        margin-left: auto;
    }

    .topictd p {
        font-size: 14px;
    }

    .topictd a {
        font-size: 14px;
    }

    .schoollisthead .widt8 {
        display: none;
    }

    .schoolitem_t .widt8 {
        display: none;
    }
}

@media (max-width:670px) {
    .header {
        padding: 10px;
        background: #fafafa;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.2);
    }

    .header h1 {
        width: 140px;
        height: 44px;
    }

    .header h1 img {
        width: 140px;
        height: 44px;
    }

    .header .logo img {
        width: 150px;
    }

    .sallbtn {
        display: flex;
        flex-direction: row-reverse;
        width: 100%
    }

    .sallbtn img {
        width: 32px;
        height: 32px;
        margin-right: 20px;
    }

    .headsearch {
        display: none;
        padding: 10px 16px;
        position: fixed;
        left: 0;
        top: 64px;
        width: 100%;
        background: #fff;
        z-index: 999;
    }

    .searchpart {
        width: 100%;
        height: 40px;
        overflow: hidden;
        margin: 0;
    }

    .searchpart input {
        width: 100%;
        height: 40px;
    }

    .searchpart button {
        width: 50px;
        height: 40px;
    }

    .searchtag,
    .pages ul li.first,
    .pages ul li.last {
        display: none;
    }

    .nav {
        display: block !important;
        width: 70%;
        height: 100%;
        background: #ffffff;
        position: fixed;
        left: -70%;
        top: 0;
        z-index: 888;
        padding: 64px 30px 0;
        overflow-y: auto;
    }

    .nav a,
    .nav span {
        background: #fff;
    }

    .nav li {
        width: 100%;
        margin-right: 0;
        height: 50px;
        line-height: 50px;
    }

    .nav li a {
        display: block;
        width: 100%;
        color: #333;
        border-bottom: 1px solid #eee;
        height: 50px;
        line-height: 50px;
        text-indent: 6px;
        padding: 0;
    }

    .nav li:hover,
    .nav li.active {
        background: #fff;
    }

    .nav span {
        display: none;
    }

    .more_nav .others:before {
        display: none;
        padding-top: 0;
    }

    .more_nav .others {
        display: block;
        padding-top: 0;
    }

    .more_nav .others a {
        width: 100%;
        margin-right: 0;
        height: 50px;
        line-height: 50px;
        color: #333;
        border-bottom: 1px solid #eee;
    }

    .indexhead_r {
        position: relative;
        width: 100px;
        height: 30px;
        background: #fff;
    }

    .indexhead_r span {
        display: block;
    }

    .indexhead_r ul {
        width: 100%;
        background: #fff;
        position: absolute;
        z-index: 999;
        border: 1px solid #eee;
    }

    .recommendtab {
        display: none;
        position: absolute;
        left: 1px;
        top: 30px;
        width: 98px;
        background: #fff;
        box-shadow: 0 1px 0px 1px rgba(0, 0, 0, 0.1);
    }

    .recommendtab li {
        line-height: 30px;
        height: 30px;
        border-bottom: 1px solid #ddd;
    }

    .recommendtab .checked {
        border-bottom: 1px solid #ddd;
    }


    .notice {
        margin-top: 28px;
    }

    .footer ul {
        flex-wrap: wrap;
        width: 350px;
        margin: 0 auto;
    }

    .footer li:nth-child(4) i {
        display: none;
    }

    .footer li a {
        font-size: 14px;
    }

    .footer .br1 {
        display: block !important;
    }

    .mb {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }

    .schooldetail {
        margin-top: 56px;
    }

    .bai_box,
    .searchlist,
    .schoollist {
        margin-top: 76px;
    }

    .indexserve_c i a {
        max-width: 108px;
    }

    .mb1 {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }

    /*留学费用列表*/
    .content {
        display: block;
        margin-top: 64px;
    }

    .crumbs {
        display: none;
    }

    .filter {
        display: block;
        width: 90%;
        height: 100%;
        padding-top: 66px;
        position: fixed;
        right: -90%;
        top: 0;
        z-index: 888;
        overflow-y: auto;
    }

    .filterhead {
        display: none;
    }

    .expense {
        margin-top: 76px;
    }

    .filteritem {
        display: block;
    }

    .filtername {
        line-height: 40px;
    }

    .filteritem li {
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .filteritem li a {
        font-size: 14px;
        background: #eee;
        border: 1px solid #ddd;
        border-radius: 3px;
    }

    .topictab span {
        font-size: 16px;
    }

    .schoollisthead .widt5 {
        display: none;
    }

    .schoolitem_t .widt5 {
        display: none;
    }

    .schoolitem_b {
        font-size: 14px;
    }

    .schoolitem_t div,
    .schoolitem_t div span,
    .schoolitem_t div i {
        font-size: 14px;
    }

    .schooltable th:nth-child(3),
    .schooltable th:nth-child(4) {
        display: none;
    }

    .schooltable td:nth-child(3),
    .schooltable td:nth-child(4) {
        display: none;
    }

    .newslists a {
        height: 162px;
    }

    .newslists img {
        width: 184px;
        height: 120px;
    }

    #gallery-wrapper {
        margin-top: 67px !important;
    }

    .schoolimglist li {
        width: 49%;
    }

    .schoolimglist li:nth-child(3n) {
        margin-right: 2%;
    }

    .schoolimglist li:nth-child(2n) {
        margin-right: 0;
    }

    .formpart div {
        width: 100%;
        padding: 0 16px;
    }

    .evaluateform li {
        display: block;
        padding: 10px 16px;
    }

    .subbanner {
        margin-top: 52px;
    }

    .reservehead {
        height: 40px;
    }

    .reservetext img {
        display: none;
    }

    .reserveinp div {
        display: block;
        padding: 0 20px;
    }

    .reserveinp span {
        text-align: left;
        line-height: 30px;
    }
}

@media (max-width:580px) {
    .noticelist {
        height: auto;
    }

    .noticelist dd {
        width: 100%;
    }

    .scholllist li {
        width: 100%;
    }

    .scholltag div {
        width: 50%;
    }

    .indexserve_t img {
        width: 100%;
        height: auto;
    }

    .recommendtab {
        display: none;
    }

    .coursetab {
        display: none;
    }

    .indexhead_r {
        position: relative;
        width: 100px;
        height: 30px;
        background: #fff;
    }

    .indexhead_r span {
        display: block;
    }

    .indexhead_r ul {
        width: 100%;
        background: #fff;
        position: absolute;
        z-index: 999;
        border: 1px solid #eee;
    }

    .recommendtab {
        display: none;
        position: absolute;
        left: 1px;
        top: 30px;
        width: 98px;
        background: #fff;
        box-shadow: 0 1px 0px 1px rgba(0, 0, 0, 0.1);
    }

    .recommendtab li {
        line-height: 30px;
        height: 30px;
        border-bottom: 1px solid #ddd;
    }

    .recommendtab .checked {
        border-bottom: 1px solid #ddd;
    }

    .expenseitem {
        width: 100%;
    }

    .curriculumimg {
        display: none;
    }

    .schoollisthead .widt4 {
        display: none;
    }

    .schoolitem_t .widt4 {
        display: none;
    }

    .schoolimg {
        justify-content: space-between;
    }

    .schoolimg li {
        width: 49%;
        margin-right: 0;
    }
}

@media (max-width:520px) {
    .header h1 {
        width: 104px;
        height: 32px;
    }

    .header h1 img {
        width: 104px;
        height: 32px;
    }

    .indexserve_c dl {
        display: block;
        overflow: hidden;
    }

    .indexserve_c dt {
        float: left;
        width: 33%;
        height: 152px;
    }

    .indexserve_c dd {
        float: left;
        width: 33%;
    }

    .recommendlist li {
        width: 100%;
    }

    .newslist div {
        margin-left: 0;
        margin-right: 20px;
    }

    .newslist span {
        display: none;
    }

    .sallbtn img {
        width: 20px;
        height: 20px;
        margin-right: 20px;
    }

    .recommendcon {
        display: block;
    }

    .tool {
        padding: 30px 20px;
    }

    .schooldetail {
        margin-top: 36px;
    }

    .bai_box,
    .searchlist,
    .schoollist {
        margin-top: 62px;
    }

    .indexserve_c i a {
        max-width: 108px;
    }

    /*留学费用列表*/
    .content {
        margin-top: 64px;
    }

    .aboutreclist {
        display: block;
    }

    .aboutreclist li {
        width: 100%;
    }

    .filter {
        padding-top: 44px;
    }

    .courseassesslist h3 {
        display: block;
        line-height: 20px;
    }

    .courseassesslist h3 span {
        display: block;
    }

    .topiccon {
        padding: 10px 10px 0;
    }

    .topictab span {
        height: 48px;
        font-size: 12px;
    }

    .schoollisthead .widt6 {
        display: none;
    }

    .schoolitem_t .widt6 {
        display: none;
    }

    .schooldetailimg {
        display: none;
    }

    .schoolrec li {
        width: 100%;
    }

    .schoolimg li {
        width: 100%;
        margin-right: 0;
    }

    .newslists a {
        height: 142px;
    }

    .newslists a img {
        width: 150px;
        height: 100px;
    }

    .newslists p {
        margin-top: 10px;
    }

    .newslists em {
        margin-top: 10px;
    }

    .comefrom {
        display: none;
    }

    #gallery-wrapper {
        margin-top: 57px !important;
    }

    .evaluateform span {
        width: 106px;
        margin-right: 10px;
    }

    .headsearch {
        top: 52px;
    }

    .slides li img {
        height: 235px;
    }
}

@media (max-width:420px) {
    .noticelist {
        display: block;
        height: 320px;
    }

    .noticelist dl {
        width: 100%;
    }

    .scholltag div {
        width: 50%;
    }

    .newslist li {
        width: 100%;
    }

    .courselist img {
        display: none;
    }

    .coursecon {
        margin-left: 0;
    }

    .costhead_l {
        display: none;
    }

    .costlistsimg {
        display: none;
    }

    .expenselist {
        display: block;
    }

    .similar li div span {
        display: block;
        width: 100%;
    }

    .coursemsgtitle {
        display: block;
    }

    .topiccon {
        width: 92%;
    }

    .schoollisthead .widt3 {
        display: none;
    }

    .schoolitem_t .widt3 {
        display: none;
    }

    .schoolimglist li {
        width: 100%;
    }

    .formpart {
        margin-top: 66px;
    }
}

@media (max-width:1000px) {
    .coursemsgimg {
        display: none;
    }
}

@media (max-width:900px) {
    .similar li {
        width: 32.5%;
    }

    .similar li:nth-child(4) {
        display: none;
    }
}

@media (max-width:600px) {
    .similar ul {
        flex-wrap: wrap;
    }

    .similar li {
        width: 49%;
    }

    .similar li:nth-child(4) {
        display: block;
    }
}

/**分页样式**/
@media only screen and (max-width:576px) {
    .page-num {
        display: none;
    }
}

.my-4 {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 20px 0;
}

.pagination1 {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.pages {
    padding: 22px 0 30px;
    text-align: center;
    overflow: hidden;
}

.pagination1 span {
    margin-left: 20px;
    line-height: 28px;
    color: #666;
}

.pages ul {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 20px 0;
}

.pages ul li {
    display: inline-block;
}

.pages ul li a,
.pages ul li span {
    position: relative;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #3e81fe;
    height: 28px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    font-size: 1.1rem;
}

.pages ul li.active a {
    background: #3e81fe;
    color: #fff;
}

.page-num-current {
    z-index: 1;
    color: #fff;
    background-color: #3e81fe;
    border-color: #3e81fe;
}

/***********联系方式***********/
.contect {
    position: fixed;
    right: -250px;
    top: 50%;
    width: 250px;
    z-index: 9999;
    margin-top: -150px;
}

.contect img {
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 0 4px 4px #ddd;
}

.contectbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -40px;
    top: 85px;
    width: 40px;
    height: 150px;
    color: #fff;
    font-size: 18px;
    background: #3e81fe;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 8px 0 0 8px;
    cursor: pointer;
}

.contecttel {
    position: absolute;
    left: 0;
    top: 308px;
    width: 100%;
    text-align: center;
    line-height: 30px;
}

.contecttel a {
    color: #333;
    font-size: 16px;
}

.bai_box {
    width: 100%;
    background: #fff;
    padding: 5px 20px 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.fen_lei {
    width: 100%;
    margin-top: 15px;
    overflow: hidden;
}

.lei_z {
    float: left;
    width: 90px;
    height: 30px;
    background: #3e81fe;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

.lei_y {
    float: left;
    width: 92%;
}

.lei_y>a {
    float: left;
    margin-left: 30px;
    line-height: 33px;
    color: #333;
}

.lei_y>a:hover {
    color: #3e81fe;
}

.lei_y .active {
    color: #3e81fe;
}